home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_02_04 / 2n04026b < prev    next >
Text File  |  1991-02-23  |  163b  |  11 lines

  1. {listing2.h -- delay.h}
  2.  
  3.  
  4.  
  5. /*
  6. **  Function prototypes for the Delay functions 
  7. **  in delay.asm.
  8. */
  9. void   calibrateDelay(void);
  10. void   fdcDelay(void);
  11.